projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2e2794
)
Remove XEmacs compat code from pascal.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 19 Jun 2019 21:49:13 +0000
(23:49 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Jun 2019 10:51:38 +0000
(12:51 +0200)
* lisp/progmodes/pascal.el (pascal-mark-defun): Remove XEmacs compat.
lisp/progmodes/pascal.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/pascal.el
b/lisp/progmodes/pascal.el
index cae514aa75b4a097c6123f68fa445c746ec8c083..26fb0a88c5376ee447c763262e18896aac6c5649 100644
(file)
--- a/
lisp/progmodes/pascal.el
+++ b/
lisp/progmodes/pascal.el
@@
-510,9
+510,7
@@
This puts the mark at the end, and point at the beginning."
(push-mark)
(pascal-end-of-defun)
(push-mark)
- (pascal-beg-of-defun)
- (when (featurep 'xemacs)
- (zmacs-activate-region)))
+ (pascal-beg-of-defun))
(defun pascal-comment-area (start end)
"Put the region into a Pascal comment.\\<pascal-mode-map>